embed.openDir.files (field)
5 uses
embed (current package)
embed.go#L326: list := make([]fs.DirEntry, len(dir.files))
embed.go#L328: list[i] = &dir.files[i]
embed.go#L402: files []file // the directory contents
embed.go#L414: n := len(d.files) - d.offset
embed.go#L426: list[i] = &d.files[d.offset+i]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |